Previous Book Contents Book Index Next

Inside Macintosh: Programming With JManager /
Chapter 2 - JManager Reference / JManager Constants and Data Types


The Text Object

Many JManager functions require you to pass strings in their parameter lists. These strings must be passed as a text object to allow use of different text encodings. Such a text object has the following type definition:

typedef struct JMText* JMTextRef;

Previous Book Contents Book Index Next

© Apple Computer, Inc.
10 DEC 1997